func crypto/x509.marshalCertificatePolicies

2 uses

	crypto/x509 (current package)
		x509.go#L1287: 		ret[n], err = marshalCertificatePolicies(template.Policies, template.PolicyIdentifiers)
		x509.go#L1472: func marshalCertificatePolicies(policies []OID, policyIdentifiers []asn1.ObjectIdentifier) (pkix.Extension, error) {